All Questions
Tagged with sqlalchemyrepository-pattern
1 question
2votes
1answer
701views
Should integration tests of a repository pattern use low-level ORM calls
Problem summary: In an application with wrapper methods over SQLAlchemy add() and query() methods, can integration tests that use the add() method wrapper use the query() method wrapper to validate ...